Bala

   

I am software developer with experience over 20+ years in designing, developing, and deploying software applications.

8 stories by Bala

Solving Primitive Objects with Value Objects

In my journey as a developer working with .NET and C#, I constantly encounter the use of primitive types...

Sep 6 · 3 min read >

Validating Domain Models.

In the realm of Domain-Driven Design (DDD) and Clean Architecture, ensuring the integrity and correctness of the domain model...

Jul 20 · 5 min read >

What are Domain Models

Domain modeling is a crucial part of Domain Driven Design, as it provides the blueprint for representing and implementing...

Jul 16 · 5 min read >

Building Complex Objects using Fluent Builder Pattern

In modern software development, creating complex objects in a simple and maintainable way is crucial for readability and efficiency....

Jul 12 · 2 min read >

The Result Pattern

Handling exceptions in software development is a crucial aspect that can significantly impact the maintainability and performance of your...

Jul 9 · 3 min read >

Understanding Async and Await in .NET

Async and await keywords in .NET are widely misunderstood, often leading to misuse and confusion. A common misconception is...

Jul 4 · 5 min read >

Building Resilient Cloud Services with .NET 8

In the context of cloud services, failures are inevitable. These failures can arise from network outages, transient errors on...

Jul 1 · 2 min read >